home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- puppetSprite(the currentSpriteNum, 1)
- set the blend of sprite the currentSpriteNum to 50
- end
-
- on mouseLeave
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- end
-
- on mouseUp
- cursor(-1)
- set pregunta to the name of cast the castNum of sprite the clickOn
- set the blend of sprite the currentSpriteNum to 100
- repeat with x = 11 to 17
- puppetSprite(x, 0)
- set the visible of sprite x to 0
- end repeat
- puppetTransition(1, 2)
- puppetSound(0)
- updateStage()
- go("video")
- puppetSprite(18, 1)
- set the castNum of sprite 18 to the number of member "blank"
- updateStage()
- set the castNum of sprite 18 to the number of member ("video" & pregunta)
- set the visible of sprite 18 to 1
- updateStage()
- repeat with x = 12 to 16
- set the visible of sprite x to 1
- end repeat
- updateStage()
- end
-